<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#foot_nav{
    text-align: center;
    background-color: #bebebe;
    position: fixed;
    bottom: 0;
    width:100%;
    height:70px;
    font-size: 20px;
    line-height: 70px;
    z-index: 10;
    list-style: none;
    margin:0;
}
#foot_nav&gt;li{
    display: inline-block;
    margin-right: 30px;
}
#foot_nav&gt;li&gt;a{
    color: #010000;
    font-weight: bold;
    text-decoration: none;
}
#foot_nav&gt;li&gt;img{
    margin-right: 8px;
}
#foot_list&gt;li{
    margin:0;
    line-height: 30px;
    text-align: center;
    padding:10px 0;
}
#foot_list&gt;li:not(:last-child){
    border-bottom:1px solid #848484;
}
#foot_list{
    padding:0;
    width:180px;
    display: block;
    position:absolute;
    bottom:70px;
    left:-36px;
    font-size: 16px;
    list-style: none;
    background-color: #bebebe;
    /*padding-left:35px;*/
    /*padding-top: 10px;*/
}
#foot_list&gt;li&gt;a{
    color: #010000;
}
#foot_list&gt;li&gt;a:hover{
    color:#00a3ed;
    text-decoration: none;
}</pre></body></html>